.grid_4 a {
    border-radius: 5px;
}
.mt5 {
    margin-top: 5px
}
.mt10 {
    margin-top: 10px
}
.mt20 {
    margin-top: 20px;
}
.clr:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.clr {
    zoom: 1;
}
.w1100 {
    max-width:1300px;
    margin: 0 auto;
    width: 100%;
}
.fr {
    float: right;
    display: inline;
}
.fl {
    float: left;
    display: inline;
}
/*lan*/
.lan .dropdown, .lan .dropdown div, .lan .dropdown li, .lan .dropdown div::after, .lan .dropdown .carat, .lan .dropdown .carat:after, .lan .dropdown .selected::after, .lan .dropdown:after {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.lan .dropdown .selected::after, .lan .dropdown .scrollable div::after {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
}
.lan .dropdown {
    position: relative;
    cursor: pointer;
    font-weight: 200;
    background: none;
    padding: 0;
    color: #4c4c4c;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
@media only screen and (max-width:500px) {
    .lan .dropdown {
        width: 50px;
        color: 12px;
    }
;
}
.lan .dropdown.open {
    z-index: 9999999;
}
.lan .box1 {
    display: inline-block;
    padding-right: 18px;
    margin-top: 7px;
}
@media(max-width:400px){.lan .box1{ padding:0px;}}
.lan .dropdown .carat, .lan .dropdown .carat:after {
    position: absolute;
    right: -12px;
    top: 47%;
    margin-top: 0px;
    border: 4px solid transparent;
    border-top: 4px solid #959595;
    z-index: 1;
    -webkit-transform-origin: 50% 20%;
    -moz-transform-origin: 50% 20%;
    -ms-transform-origin: 50% 20%;
    transform-origin: 50% 20%;
}
@media only screen and (max-width:991px) {
    .lan .dropdown .carat, .lan .dropdown .carat:after {
        right: -10px
    }
;
}
.lan .dropdown:hover .carat:after {
    border-top-color: #0876dc;
}
.lan .dropdown.focus .carat {
    border-top-color: #0876dc;
}
.lan .dropdown.focus .carat:after {
    border-top-color: #0876dc;
}
.lan .dropdown.open .carat {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.lan .dropdown .old {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}
.lan .dropdown select {
    position: absolute;
    left: 0px;
    top: 0px;
}
.lan .dropdown.touch select {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.lan .dropdown .selected, .dropdown li {
    color: #222;
}
.lan .dropdown .selected, .dropdown li {
    display: block;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
    color: #4c4c4c;
}
.lan .dropdown li {
    color: #fff;
}
.lan .dropdown .selected::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
}
.lan .dropdown div {
    position: absolute;
    height: 0;
    left: 10px;
    right: 0;
    top: 24px;
    overflow: hidden;
    opacity: 0;
    color: #fff;
    width: 90px;
    z-index: 999999;
}
.lan {
    text-align: right;
}
.lan .dropdown.open div {
    opacity: 1;
    z-index: 999999;
}
.lan .dropdown.scrollable div::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
}
.lan .dropdown.scrollable.bottom div::after {
    opacity: 0;
}
.lan .dropdown ul {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999;
    height: 100%;
    width: 100%;
    list-style: none;
    overflow: hidden;
    padding: 0;
    background: #0876dc;
    border-radius: 5px;
}
.lan .dropdown.scrollable.open ul {
    overflow-y: auto;
}
.lan .dropdown li {
    list-style: none;
    padding: 6px 10px;
    border-bottom: 1px solid #b8cde3;
    text-align: center
}
.lan .dropdown li:last-child {
    border-bottom: 0;
    padding-bottom: 10px;
}
.lan .dropdown li.focus {
    position: relative;
    z-index: 3;
    color: #fff;
}
.lan .dropdown li:hover {
    color: #b1d5f7;
}
.lan .header-bottom {
    padding: 18px 0px;
}
@media only screen and(min-width:768px) {
    .lan .col1 {
        width:50%;
        content: ".";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }
}
.drop {
    width:57%;
    height: 40px;
    margin-right: 18px;
    float: left; margin-top:-5px;
}
.box1 {
    margin: 0px 6px
}
/*search*/
.search {
    width: calc(40% - 10px);
    margin-left: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 30px;
    padding: 0px 5px;
    float: left
}
.txt_search_input {
    border: none;
    line-height: 24px;
    background: none;
    color: #b2b2b2;
    font-size: 12px;
    float: left
}
.search_btn{
    width: 18px;
    height: 18px;
    background: url(../images/button_bg.png) no-repeat;
    border: none;
    float: right;
    margin-top: 5px;
    right: 5px;
}
.search:hover {
    border: 1px solid #0000ff;
    box-shadow: 0px 0px 3px #6cb2f9
}
@media only screen and (max-width: 768px) {
    .logo {
        width: 100%
    }
    .drop{ margin:0 54px 20px 0}
    .logo_font {
        width: 100%
    }
    .search {
        width: 100%
    }
}

.lan{ float:right; padding:0px;}
@media only screen and (max-width: 768px) {
    .lan{ float:left; width:100%}
}


/*in_about*/
.in_title_1 {
    font-size: 32px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: -50px;
}
.in_title_2 {
    font-size: 14px;
    color: #545252;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0px 10px 0px
}
.in_about_m li {
    text-align: center;
    width: 33.3%;
    float: left
}
.in_about_m li a img {
    width: 248px;
    height: 240px;
    border-radius: 50%;
    border: 4px solid #e2e2e2;
}
.in_about_m li p {
    text-align: center;
    margin-top: 20px;
}
.in_about_m li p a {
    color: #726e6e;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold
}
.in_about_m li:hover a img {
    border: 4px solid #fd4919;
}
.in_about_m li:hover p a {
    color: #fd4919;
}
@media only screen and (max-width:360px) {
    .in_about_m li {
        width: 100%
    }
}
/*index_middle*/

.index_middle {

    width: 100%;
    text-align: center;
    background: url(../images/middle_img.png) no-repeat center 20%;
    background-attachment: fixed;
    background-size: cover;
    padding:7% 0; margin:4% 0px;
}
.index_middle_m>p {
    font-size: 26px; width:55%;
    color: #dcdcdc; margin:0 auto; line-height:30px;
}
.index_middle_m>p>a {
    display: block;
    width: 169px;
    height: 40px;
    background: #00a0e9;
    border-radius: 5px;
    color: #fff; font-size:14px; line-height:40px; margin:2% auto;
}

/* Rectangle In */
.index_middle_m>p>a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #fd4919 ;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; border-radius: 5px;
}
.index_middle_m>p>a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#2098d1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;border-radius: 5px;
}
.index_middle_m>p>a:hover, .index_middle_m>p>a:focus, .index_middle_m>p>a:active {
    color: white;
}
.index_middle_m>p>a:hover:before, .index_middle_m>p>a:focus:before, .index_middle_m>p>a:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}



/*index_news*/

/*选项卡开始*/


-------------------------------- */
header {
    position: relative;
    height: 160px;
    line-height: 180px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
header h1 {
    font-size: 20px;
    font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
    header {

        line-height: 225px;
    }
    header h1 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

.cd-tabs {
    position: relative;
    width:100%;

    margin: 2em auto;
}
.cd-tabs:after {
    content: "";
    display: table;
    clear: both;
}
.cd-tabs::after {
    /* subtle gradient layer on top right - to indicate it's possible to scroll */
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 50px;
    z-index: 1;
    pointer-events: none;
    background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
    background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
    display: none;
}
.cd-tabs.is-ended::after {
    /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;

    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}

@media only screen and (min-width: 960px) {
    .cd-tabs nav {
        position: relative;
        float: none;
        background: transparent;
        box-shadow: none;
    }
}

.cd-tabs-navigation {
    width: 360px;
}
.cd-tabs-navigation:after {
    content: "";
    display: table;
    clear: both;
}
.cd-tabs-navigation li {
    float: left;
}
.cd-tabs-navigation a {
    position: relative;
    display: block;
    height: 60px;

    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    color: #c3c2b9; line-height:60px;

}
.no-touch .cd-tabs-navigation a:hover {

    background-color: rgba(233, 230, 202, 0.3);
}
.cd-tabs-navigation a.selected {
    background-color: #ffffff !important;
    box-shadow: inset 0 2px 0 #f05451;
    color:#333 !important;

}
.cd-tabs-navigation a::before {
    /* icons */
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url("../img/vicons.svg");
    background-repeat: no-repeat;
}
.cd-tabs-navigation a[data-content='inbox']::before {
    background-position: 0 0;
}
.cd-tabs-navigation a[data-content='new']::before {
    background-position: -20px 0;
}
.cd-tabs-navigation a[data-content='gallery']::before {
    background-position: -40px 0;
}
.cd-tabs-navigation a[data-content='store']::before {
    background-position: -60px 0;
}
.cd-tabs-navigation a[data-content='settings']::before {
    background-position: -80px 0;
}
.cd-tabs-navigation a[data-content='trash']::before {
    background-position: -100px 0;
}
.cd-tabs-navigation a[data-content='inbox'].selected::before {
    background-position: 0 -20px;
}
.cd-tabs-navigation a[data-content='new'].selected::before {
    background-position: -20px -20px;
}
.cd-tabs-navigation a[data-content='gallery'].selected::before {
    background-position: -40px -20px;
}
.cd-tabs-navigation a[data-content='store'].selected::before {
    background-position: -60px -20px;
}
.cd-tabs-navigation a[data-content='settings'].selected::before {
    background-position: -80px -20px;
}
.cd-tabs-navigation a[data-content='trash'].selected::before {
    background-position: -100px -20px;
}

@media only screen and (min-width: 960px) {
    .cd-tabs-navigation {
        /* tabbed on top on big devices */
        width: auto;
        background-color: #f8f7ee;
        box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
    }
    .cd-tabs-navigation a {
        height: 60px;
        line-height: 60px;
        width: auto;
        text-align: left;
        font-size: 14px;
        font-size: 0.875rem;
        padding: 0 2.8em 0 4.6em;
    }
    .cd-tabs-navigation a.tab_news {
        box-shadow: inset 0 2px 0 #246cbe;
    }

    .cd-tabs-navigation a.tab_infor {
        box-shadow: inset 0 2px 0 #30a707;
    }
    .cd-tabs-navigation a.exhi {
        box-shadow: inset 0 2px 0 #fd781f;
    }
    .cd-tabs-navigation a::before {
        top: 50%;
        margin-top: -10px;
        margin-left: 0;
        left: 38px;
    }
}

.cd-tabs-content {
    background: #ffffff;
}
.cd-tabs-content>li {
    display: none;

}
.cd-tabs-content>li.selected {
    display: block;
    -webkit-animation: cd-fade-in 0.5s;
    -moz-animation: cd-fade-in 0.5s;
    animation: cd-fade-in 0.5s;
}


@media only screen and (min-width: 960px) {
    .cd-tabs-content {
        min-height: 0;
    }


}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*选项卡结束*/

/*news_title*/
.index_news_title{ font-size:24px; color:#545252; text-transform:uppercase; font-weight:bold; text-align:center; margin-bottom:30px;}
.cd-tabs-navigation{ width:100%}
.cd-tabs-navigation>li{ width:33.3%; text-align:center}
.cd-tabs-navigation>li:hover a{ color:#fff}
.cd-tabs-navigation>li a{padding:0px; text-align:center; color:#545252; font-size:18px; text-transform:capitalize}

.tab_1{background:url(../images/tab_top_bg_1.png) repeat}

.tab_news{ background:url(../images/in_i_w.png) no-repeat center 42px}
.tab_news a{ color:#fff}
.tab_infor{ background:#f6f6f6}
.tab_infor a{ color:#545252}
.tab_2:hover{background:url(../images/tab_top_bg_3.png) repeat}
.tab_infor:hover{background:url(../images/in_i_w.png) no-repeat center 42px}
.tab_3:hover{background:url(../images/tab_top_bg_2.png) repeat}
.tab_3{ background:#f6f6f6}
.exhi:hover{ background:url(../images/in_i_w.png) no-repeat center 42px}
.cd-tabs-content{ padding:1.5% 1.5%; border:1px solid #e8e8e8}
.cd-tabs-content>li>ul>li>a{ display:block; width:21%;}
.cd-tabs-navigation>li>ul>li>a {
    display: block;
    width: 21%;
}
.cd-tabs-content>li>ul>li{ margin:5px 0px 10px 0px;}
.N_right{ width:79%; float:right}
.N_right p i{ color:#999999; font-size:18px; margin-right:5px}
.N_right p { color:#999999;    line-height: 22px;
    max-height: 44px;
    overflow: hidden;}
.N_right>p>a{ display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin:5px 0px}
.N_right_t a{ color:#545252; font-size:16px;}
.N_right_m{ font-size:12px; color:#8c8989}
.N_right_r a{ display:block; width:79px; height:20px; background:#fd781f; color:#fff; font-size:12px; text-align:center; border-radius:10px;}
.N_right_r a:hover{ background:#2C6DB6}
.cd-tabs-content li a img:hover{transform: scale(1.05, 1.05);-moz-transform: scale(1.05, 1.05);-ms-transform: scale(1.05, 1.05);-o-transform: scale(1.05, 1.05);-webkit-transform: scale(1.05, 1.05);-moz- transition: all 0.25s ease-in 0s;-ms- transition: all 0.25s ease-in 0s;-o- transition: all 0.25s ease-in 0s;-webkit- transition: all 0.25s ease-in 0s;transition: all 0.25s ease-in 0s;}
@media(max-width:660px){.cd-tabs-content>li>ul>li>a{ width:100%}}
@media(max-width:660px){.cd-tabs-content>li>ul>li>a>img{ width:100%; margin:2% 0px;}}
@media(max-width:660px){.N_right{ width:100%}}
@media(max-width:660px){.cd-tabs-navigation > li a{ font-size:14px;}}
.conten_more a{ display:block; width:15.5%; height:44px; background:#fd781f; line-height:44px; border-radius:8px; text-align:center; color:#fff; margin:0 auto;font-size:16px}
.conten_more span{ font-size:20px; margin-right:5px;}

#index_table table tr{ height:50px;}
#index_table table tr td{ text-align:center; font-size:12px;}
@media(max-width:768px){#index_table{ overflow-x:scroll}}


/*footer*/


.footer-container {
    clear: both;
    background:#3d3d3d url(../images/footer_bs.jpg) no-repeat;
    border-top: solid 0.1px #5f5f5f;
    /*margin-top:20px;*/

}
.footer-container #footer {
    position: relative;
    color: #333;

}
.footer-box{margin: 0 auto;width: 100%; max-width:1300px}
.footer-txt {
    line-height: 1.6;
    margin-bottom: 10px;
}
.footer-container #footer .wrap_foot_module {
    overflow: hidden;
    border: 1px solid #d9d9d9;
    margin-bottom: 50px;
}
.footer-box-01{width:16%;padding:0 3% 0 0}
.footer-box-02{width: 22%;padding:0 3% 0 0}
.footer-box-03{width: 21%;padding:0 3% 0 0}
.footer-box-04{width:20%;padding:0 0%}
.p-date {
    color: #999999;
    font-size: 12px;
    margin:5px 0;

}
.wrap_over_foot .toggle-footer li i {
    margin-right: 5px;
    display: inline-block;
    float: left;
    width: 16px;
    color: #fff;
    margin-bottom: 5px;
}
.wrap_over_foot .toggle-footer li.font-cion i {
    margin-right: 20px;
    font-size: 30px;
    color: #fff;
}
.keep-in-touch-gridl h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.5em;
    color: #6ea145;
    margin: 0;
}
.keep-in-touch-gridr {
    margin: 0.5em 0 0;
}
.keep-in-touch-gridl p {
    font-size: 14px;
    color: #999;
    margin: 0;
}
.keep-in-touch-gridr input[type="text"] {
    width: 70%;
    background: #fff;
    border: none;
    font-size: 14px;
    line-height: 20px;
    color: #A2A2A2;
    outline: none;
    padding: 10px 10px 10px;
    float: left;
    border: solid 1px #272727;
}
.keep-in-touch-gridr input[type="submit"] {
    font-family: 'Oswald-Bold';
    width: 30%;
    float: left;
    background: #272727;
    outline: none;
    color: #fff;
    border: none;
    padding: 11px 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.keep-in-touch {
    padding: 5em 0;
    background-color: #E6E6E6;
}


/*.con-icon-01{background: url(/static/images/con_icon1.png) no-repeat 3px 5px;padding: 0 0 0 20px;}*/
/*.con-icon-02{background: url(/static/images/con_icon2.png) no-repeat 4px 5px;padding: 0 0 0 20px;}*/
/*.con-icon-03{background: url(/static/images/con_icon3.png) no-repeat 3px 5px;padding: 0 0 0 20px;}*/
/*.con-icon-04{background: url(/static/images/con_icon4.png) no-repeat 4px 5px;padding: 0 0 0 20px;}*/
/*.con-icon-05{background: url(/static/images/con_icon5.png) no-repeat -1px 5px;padding: 0 0 0 20px;}*/
@media (min-width: 1170px) {

    .wrap_over_foot section {
        padding: 0 30px;
    }
}
@media (max-width: 767px) {
    .footer-container #footer .wrap_foot_module {
        border: none;
    }
}
.footer-container #footer .wrap_over_foot {
    overflow: hidden;
    width: 100%;

}
.footer-container #footer .toggle-footer {
}
@media (max-width: 991px) {
    .footer-container #footer .toggle-footer {
        padding-left: 15px;
    }
}
@media (max-width: 767px) {
    .footer-container #footer .toggle-footer {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .footer-container #footer .footer-block {
        width: 100%;
        padding: 5px 15px 15px;
    }
}
@media (max-width: 767px) {
    .footer-container #footer .footer-block:after {
        display: none;
    }
}
.footer-container #footer li a {
    font: 14px/30px Arial;
    color: #ccc; background:url(../images/footer_li_bg.png) no-repeat 1px 13px; padding-left:15px; display:block
}
.footer-container #footer a:hover {
    color:#fff;
}
.footer-container #footer h4 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size:16px;
    color: #badbfb;
    margin: 0px 0 15px;
    text-transform:uppercase; font-weight:bold;
}
@media (max-width: 991px) {
    .footer-container #footer h4 {
        padding-left: 15px;
    }
}
@media (max-width: 1199px) and (min-width: 767px) {
    .footer-container #footer h4 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .footer-container #footer h4 {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 13px;
        padding-left: 0;
    }
    .footer-container #footer h4:after {
        display: block;
        content: "\f055";
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        top: 1px;
    }
    .footer-container #footer h4.active:after {
        content: "\f056";
    }
}
.footer-container #footer h4 a {
    font: 400 15px/20px "FontAwesome";
    color: black;
}
.footer-container #footer h4 a:hover {
    color: #777777;
}
@media (max-width: 1199px) and (min-width: 767px) {
    .footer-container #footer h4 a {
        font-size: 13px;
    }
}
.footer-container #footer ul {
    margin-bottom: 0;
}
.footer-container #footer ul li {
    display: block;
    width: 100%;

}
.footer-container #footer ul li img{margin: 0 auto;}
.footer-container #footer ul.last-foot li {
    margin-bottom: 8px;
    line-height: 22px;

}
.footer-container #footer #block_contact_infos > div {
    padding: 0;
}
@media (max-width: 767px) {
    .footer-container #footer #block_contact_infos > div {
        padding-left: 0;
    }
}
.footer-container #footer #block_contact_infos > div h4 {
    margin-bottom: 23px;
}
.footer-container #footer #block_contact_infos > div ul li {
    font: 400 11px/17px "FontAwesome";
    text-transform: uppercase;
    padding: 0 0 14px 0;
}
.footer-container #footer #block_contact_infos > div ul li > span {
    display: block;
    font-size: 31px;
    line-height: 36px;
}
@media (max-width: 991px) {
    .footer-container #footer #block_contact_infos > div ul li > span {
        font-size: 23px;
    }
}
.footer-container #footer #block_contact_infos > div ul li i {
    margin-top: -4px;
    font-size: 21px;
    padding-right: 10px;
    float: left;
    color: black;
}
.footer-container #footer #block_contact_infos > div ul li + li + li span {
    display: inline-block;
    font: 400 11px/17px "FontAwesome";
}

.footer-container #footer .blockcategories_footer {
    clear: left;
}
@media (min-width: 767px) and (max-width: 1199px) {
    .footer-container #footer #social_block ul li a {
        font-size: 17px;
    }
}
.footer-container #footer #social_block ul li a span {
    display: none;
}
.footer-container #footer #social_block ul li a:before {
    display: inline-block;
    font-family: "FontAwesome";
    vertical-align: -5px;
}
.footer-container #footer #social_block ul li a:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    color: #777777;
}

.footer-container #footer #social_block h4 {
    float: left;
    margin: 0;
    padding: 5px 18px 0 0;
}
.footer-container #footer #social_block h4:after {
    display: none;
}
.bottom-footer {
    background: #494d52;
    padding: 15px 0;
}
@media (max-width: 1199px) {
    .footer-container #footer .bottom-footer {
        padding: 0 15px;
    }
}
.footer-container #footer .bottom-footer div {
    text-transform: none;
    font: 400 11px/15px "FontAwesome";
    padding: 10px 0 0 0;
    width: 100%;
}
.footer-container #footer .bottom-footer div a {
    text-transform: none;
}
.footer-container #footer .bottom-footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: -600px;
    height: 20px;
    width: 1000%;
    -webkit-box-shadow: 0 20px 35px -41px #000 inset;
    box-shadow: 0 20px 35px -41px #000 inset;
}
@media (max-width: 768px) {
    .footer-container #footer h4 {
        font-family:Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 24px;
        color: #fff;

        text-transform: uppercase;
        font-weight: bold;

    }
    .footer-container #footer .footer-block {
        width: 100%;
        padding: 5px 15px 5px;
    }
}
.container{
    position: relative;
}
.copycenter {
    text-align: center;
    color: #e5e5e5;
    font-size: 12px;
    padding: 5px 0 7px 0px;
}
.copycenter span {
    padding: 0 5px;
}
.copycenter a {
    color: #e5e5e5;
}
.links {
    text-align: center;
    color: #e5e5e5;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0;
}
.links a {
    padding: 0 5px;
    color: #e5e5e5;
}
.links a:hover {
    text-decoration: underline;
}
.back_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
    display: none;
    /*background: url(../images/top.png) no-repeat center center;*/
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
@media only screen and (max-width: 1100px) {
    .back_top {
        right: 0;
        bottom: 0;
    }
}
.back_top:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.blockcategories_footer ul ul {
    display: none !important;
}
.fancybox-skin {
    background: white !important;
}
.fancybox-skin .fancybox-close {
    width: 28px;
    height: 28px;
    background: none;
    font-size: 28px;
    line-height: 28px;
    color: #333333;
    text-align: center;
    background: white;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
.fancybox-skin .fancybox-close:hover {
    color: black;
}
.fancybox-skin .fancybox-close:after {
    content: "\f057";
    font-family: "FontAwesome";
}
.index-about {
    background: #f2f2f2;
    padding: 3em 0 2em;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}
.xiamian-go{width: 100%;background: #fff;}
.toggle-footer .input1 {
    border: 0px solid #000;
    width: 70%;
    line-height: 30px;
    padding: 5px 0 5px 10px;
    color: #808080;
}
.toggle-footer .sunbt{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 40px;
    display: block;
    height: 40px;
    border-radius: 0;
    cursor: pointer;
    background: #004e91;
    text-align: center;
    border: none;
    color: #fff;
    text-align: center;
    padding: 0;
}


.friendly{ font-size:12px; color:#fff; text-align:center}
.friendly a{font-size:12px; color:#fff; margin:0px 5px}
/*在线悬浮框*/
.qqserver p img {
    display: inline;
    margin-top: -5px;
    vertical-align: middle;
}
.scrollsidebar {
    position: absolute;
    z-index: 999999;
    top: 220px;
}
.side_content {
    width: 154px;
    height: auto;
    overflow: hidden;
    float: left;
}
.side_content .side_list {
    width: 154px;
    overflow: hidden;
}
.show_btn {
    width: 0;
    height: 112px;
    overflow: hidden;
    margin-top:80px;
    float: left;
    cursor: pointer;
}
.show_btn span {
    display: none;
}
.close_btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.side_title, .side_bottom, .close_btn, .show_btn {
    /*background: url(/static/images/sidebar_bg.png) no-repeat;*/
}
.side_title {
    height: 46px;
}
.side_bottom {
    height: 8px;
}
.side_center {
    font-family: Verdana, Geneva, sans-serif;
    padding: 5px 12px;
    font-size: 12px;
}
.close_btn {
    float: right;
    display: block;
    width: 21px;
    height: 16px;
    margin: 17px 10px 0 0;
    _margin: 17px 5px 0 0;
}
.close_btn span {
    display: none;
}
.side_center .qqserver p {
    text-align: center;
    padding: 6px 0;
    margin: 0;
    vertical-align: middle;
}
.phoneserver {
    font-size: 14px;
    text-align: center;
}
.phoneserver p {
    padding: 2px 0;
    _height: 16px;
    margin: 0;
    color: #666666;
}
.msgserver {
    text-align: center;
    margin-bottom: 5px;
}
.msgserver a {
    /*background: url(../images/sidebar_bg.gif) no-repeat -119px -115px;*/
    padding-left: 20px;
}
.side_content hr {
    border-bottom: 1px solid #E6E6E6;
    height: 1px;
    margin: 10px 0;
    clear: both;
}
/* gray skin as the default skin */
.side_title, .side_gray .side_title {
    background-position: -1165px 0;
}
.side_center, .side_gray .side_center {
    /*background: url(../images/gray_line.gif) repeat-y center;*/
}
.side_bottom, .side_gray .side_bottom {
    background-position: -1165px -50px;
}
.close_btn, .side_gray .close_btn {
    background-position: -44px -90px;
}
.close_btn:hover, .side_gray .close_btn:hover {
    background-position: -67px -90px;
}
.show_btn, .side_gray .show_btn {
    background-position: -259px 0;
}
.msgserver a, .side_gray .msgserver a {
    color: #6c6c6c;
}
hr, .side_gray hr {
    border-bottom::1px solid #e4e4e4;
}
/* white skin  */
.side_white .side_title {
    background-position: -1365px 0;
}
.side_white .side_center {
    /*background: url(../images/white_line.gif) repeat-y center;*/
}
.side_white .side_bottom {
    background-position: -1365px -50px;
}
.side_white .close_btn {
    background-position: -67px -90px;
}
.side_white .close_btn:hover {
    background-position: -45px -90px;
}
.side_white .show_btn {
    background-position: -259px 0;
}
.side_white .msgserver a {
    color: #6c6c6c;
}
.side_white hr {
    border-bottom::1px solid #e4e4e4;
}
@media(max-width:1100px){#scrollsidebar2{ display:none}}

/*内页*/
/*mainbaoxie*/
.mainbaoxie>span{ height:38px; /*background:url(../images/title_bg.png) repeat-x center;*/ display:block; line-height:38px; max-width:1270px; margin:0 auto}
.mainbaoxie a{font-weight:bold; margin:0px 4px 0px 0px; font-size:14px;}

/*ABOUT_US_WEB*/
.page_banner{width:100%;max-height:200px; overflow:hidden; margin:0 auto}
.page_banner img{ width:100%; height:100%}
.about_us_1{ margin:2% 0px}
.about_us_1>h2{
    padding:2% 0 16px;

    font-size:24px;
    text-align: center; color:#0160ba; font-family:Arial, Helvetica, sans-serif;
}
.about_us_1 .about_us_con p{ font:14px/30px Arial, Helvetica, sans-serif; color:#524f4f}
/*.about_us_2{background:url(../images/bg_apps.jpg) repeat-x;}*/
.apps_block {

    padding: 62px 0 50px;
}
.apps_block > div h2 {
    color:#0160ba;
    padding: 0 0 11px;
    font-weight: 300;
    font-size:24px;
    text-align: center;
    text-transform: uppercase;
}
.apps_block > div > section {
    padding: 38px 0 0;
}
.apps_block > div > section aside {
    width:13.27%;
    float: left;
    position: relative;
    z-index: 400;
}
.apps_block > div > section aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.apps_block > div > section aside ul li a.i_services.current, .apps_block > div > section aside ul li a.i_services.current:hover {
    background-position: 0 -206px;color:#fff;
}
.apps_block > div > section aside ul li a.i_services {
    background-position: 0 -77px;
}
.apps_block > div > section aside ul li a {

    color: #006484;
    /*background-image:url(../images/sprite.png);*/
    background-repeat: no-repeat;
    padding: 88px 0 0;
    text-align: center;
    width: 146px;
    height:123px;
    display: block;
}
.apps_block > div > section aside ul li a, .more {
    text-decoration: none;
    outline: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}
.apps_block > div > section aside ul li a.i_solutions {
    background-position: -146px -77px;

}
.apps_block > div > section aside ul li a.i_technologies {
    background-position: -292px -77px;

}
.apps_block > div > section aside ul li a.i_ddc {
    background-position: -438px -77px;

}
.apps_block > div > section aside ul li a.i_solutions.current, .apps_block > div > section aside ul li a.i_solutions.current:hover {
    background-position: -146px -206px;color:#fff;
}

.apps_block > div > section aside ul li a.i_technologies.current, .apps_block > div > section aside ul li a.i_technologies.current:hover {
    background-position: -292px -206px;color:#fff;
}
.apps_block > div > section aside ul li a.i_ddc.current, .apps_block > div > section aside ul li a.i_ddc.current:hover {
    background-position: -438px -206px;color:#fff;
}
.apps_block > div > section article {
    background: #fff;
    width:86.72%;

    float: right;
    position: relative;
    z-index: 200;
    -webkit-box-shadow: rgba(1,1,1,.4) 0 2px 2px;
    -moz-box-shadow: rgba(1,1,1,.4) 0 2px 2px;
    box-shadow: rgba(1,1,1,.4) 0 2px 2px;
}
.tab_content {
    min-height: 500px;
    display: none;
    padding: 33px 36px 36px;
    color: #231f20;
    position: relative;
}
#i_services.tab_content > section ul {
    padding-top: 37px;
}
.tab_content > section ul {
    width: 374px;
    float: right;
    margin: 0 0 0 84px;
    padding: 0;
    list-style: none;
}

.tab_content h3 {
    font-size: 29px;
    font-weight: 400;
    color: #000;
    line-height: 32px;
    margin: 0 0 2px;
}
.tab_content > section ul li:first-child {
    margin-top: 0;
}
.tab_content > section ul li {
    padding-left: 22px;
    margin-top: 17px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    list-style: inherit;
    overflow: hidden;
    /*background:url(../images/ul_li_second.png) no-repeat 3px;*/
}
.tab_content h4 {
    padding-bottom: 5px;
}
.tab_content h4 {
    font-size: 18px;
    font-weight: 600;
    color:#0160ba;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0 0 6px;
}

@media(max-width:1100px){.about_us_2{ display:none}}

/*about_us_first*/
/*.about_us_first{ width:100%; background:url(../images/bg_highlights.jpg) no-repeat; padding:1% 0px 3% 0px}*/

.about_us_first_m ul{
    margin: 0 auto;
    width:100%;
    padding: 10px 0 0;
    height: 390px;
    list-style: none;
}

.about_us_first_m ul li {
    color: #3f5264;
    background: #fff;
    float: left;
    margin:0px 6px;
    width:23%;
    min-height: 380px;
}
.about_us_first_m ul li img{ width:100%}
@media(max-width:768px){.about_us_first{ background-position: center;    background-size: cover;
}


    .about_us_first_m ul li{ width:48%; margin:10px 1%;}}

@media(max-width:768px){.about_us_first_m ul li{ width:98%}}
.about_us_first_m ul li > a {
    text-decoration: none;
    outline: 0;
    color: #3f5264;
}
.about_us_first_m ul li p {
    padding: 15px 14px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.about_us_first_m h2 {
    padding:2% 0 10px;
    font-weight: 300;
    font-size: 44px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.about_us_first_m  ul li h3 {
    text-align: center;
    padding: 4px 0 0;
    line-height: 56px;
    font-size: 18px;
    font-weight: 600;

}

/*about_us_3*/
.about_us_3{ width:100%; background:#f3f6f9}
.about_us_3_m>p{ font-size:30px; text-align:center; padding:2% 0px;}
.about_us_3_m>ul>li{ width:25%; float:left; padding:1%}


/*about_us_4*/
/*.about_us_4{  background:url(../images/bg_customers.png.jpg) repeat #2b3d47;}*/
.customers_block {
    /*background:url(../images/bg_customers.png.jpg) repeat #2b3d47;*/
    padding:30px 0 30px;
    color: #fff;
}
.customers_block  h2 {

    font-weight: 300;
    font-size: 44px;
    text-align: center; line-height:44px;
}
.customers_block > section {
    /*background: url(../images/disc.png);*/
    padding: 17px 20px 24px 20px;
    margin:10px 0 20px 0;
}
.customers_block > section > div > img {
    margin-top: 30px;
}
.customers_block > section > div > img {
    float: left;
    display: block;
    outline: 0;
    border: none;
}

.feed_us ul li img{ float:left; width:135px;height:75px;}
.feed_us_rt{ float:left; margin-left:2%}
.feed_us ul li { width:24%; float:left; padding:0.5%}
@media(max-width:580px){.feed_us ul li{ width:100%}}
.feed_us_rt a{ font-weight:bold; font-size:16px;}

/*about_us_5*/

/*wapp_products*/
.de_pro_top{text-align:center}
.de_pro_top span{ font-size:30px; }
.de_pro_top2{ text-align:left;     margin-top:10px;}
.de_pro_top2 span{font-size:20px; }
.wap_products {border: 1px solid #eee;}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3{display:none;}
.nbs-flexisel-container{position:relative;max-width:100%;}
.nbs-flexisel-ul{position:relative;width:9999px;margin:0px;padding:0px;list-style-type:none;text-align:center;}
.nbs-flexisel-inner{
    overflow:hidden;float:left;width:100%;
}
.nbs-flexisel-item{float:left;cursor:pointer;position:relative;line-height:0px;}
.rt_6{padding:0px 10px;}
.nbs-flexisel-item>a{display:block}


#flexiselDemo2{ padding:10px; }
.nbs-flexisel-item img{width:100%;cursor:pointer;positon:relative;margin-top:10px;margin-bottom:0px; height:auto}
/*** Navigation ***/
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right{width:22px;height:22px;position:absolute;cursor:pointer;z-index:100;opacity:0.5;}
.about_us_7_m .nbs-flexisel-nav-left,.about_us_7_m .nbs-flexisel-nav-right{width:18px;height:46px;opacity:1; top:86px !important}
/*.about_us_7_m .nbs-flexisel-nav-left{left:10px;background:url(../images/prev2.png) no-repeat;}*/
/*.about_us_7_m .nbs-flexisel-nav-right{right:5px;background:url(../images/next1.png) no-repeat;}*/

.about_us_7_m .nbs-flexisel-inner{   width: 92%;
    margin-left: 4%;}


@media all and (max-width:480px){.about_us_7_m .nbs-flexisel-nav-left,.about_us_7_m .nbs-flexisel-nav-right{top:165px !important}}

#flexiselDemo2 >li>p>a{ display:block; line-height:22px; height:22px; overflow:hidden; text-transform:capitalize; color:#fff; width:90%; font-size:14px; margin:0 auto}
.flexiselDemo2 li{ position:relative}
.wer{ /*position:absolute; bottom:18px;  background:rgba(0,0,0,0.7); padding:-4% 0%;*/ width:90%}
.mainbaoxie{padding:0px 15px;}

.wer a{ color:#333; line-height:18px; display:block}
/*left_news*/
.left_news{ width:100%; border:1px solid #e3e3e3; margin-top:20px; padding:10px;}
.left_n_top{ font:26px/35px Arial, Helvetica, sans-serif; font-weight:bold; color:#524F4F; margin:10px 0px}
.date{ font-size:12px; color:#0260bf; border-bottom:1px solid #ccc; margin:8px 0px; }
.date_title a{ font:14px/20px Arial, Helvetica, sans-serif; font-weight:bold; color:#524f4f}
.date_title a:hover{ text-decoration:underline}
.date_m_con{ font:12px/20px Arial, Helvetica, sans-serif; color:#524f4f; margin:5px 0px;}

.left_n_m img{width:100%}


/*new_web*/
.news_web{
    margin-top: -15px;}
.newA{ border-top:#dedede 1px solid;margin-top:47px;}
.newA .list{ padding:15px 0; border-bottom:#dedede 1px solid;clear:both; overflow:hidden;margin-top:0px; }
.newA .list .title11{ display:block; font-size:1.2em; color:#000;}
.newA .list .title11:hover{color:#000;}
.newA .list .newA-span{color:#999; font-weight:normal; font-size:12px; display:block;}
.newA .list .newA-img{ display:block; float:left;  margin-right:12px; }
.newA .list .newA-img img{ width:160px;height:120px;padding:2px;border:solid 1px #dedede; }
.newA .list .newA-txt{ color:#666; line-height:22px; }
.newA .list .newA-txt p{color:#666;overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;line-height:20px;max-height:60px;}
.newA .list .newA-txt a.green{ color:#c30505;float:right;}
/*End*/
@media all and (max-width:768px){.news_web{
    margin-top: 0px;}}
@media all and (max-width:640px){
    .newA .list .newA-img img{ width:120px;height:80px;padding:2px;border:solid 1px #dedede; }
    .newA .list .title11{ display:block; font-size:1.2em; color:#000;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
    .newA .list .newA-txt p{color:#666;overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;line-height:20px;max-height:40px;}
}
/*pro_num*/
.pro_num{width:100%;text-align:center;padding:15px 0;overflow:hidden;margin-top:10px;}
.pro_num .pro_numD{display:inline-block;padding:4px 8px;margin:0 5px;font-size:13px;border-radius:5px;border:1px solid #d9d9d9;border-top:none;border-bottom:none;}
.pro_num .pro_current{padding:4px 8px;margin:0 5px;font-size:13px;border-radius:5px;color:#C30505;background:none;border:1px solid #C30505;border-top:none;border-bottom:none;}
.pro_num a{padding:4px 8px;margin:0 5px;font-size:13px;border-radius:5px;border:1px solid #d9d9d9;border-top:none;border-bottom:none;}
.pro_num a:hover{color:#C30505;background:none;border:1px solid #C30505;}


/*news-main*/
.news_main{width:100%;margin:20px 0 0 0;}
.news_main em{font-size:15px;font-weight:bold;display:block;margin-bottom:10px;}
.newm_date{color:#808080;border:none;line-height:normal;padding:0;}
.newm_date p{display:inline-block;margin-right:15px;font-size:12px;}
.newm_date i{padding-right:5px;}
.news_main div{margin-top:10px;line-height:180%;border-bottom:1px dotted #e5e5e5; font-size:13px;}
@media only screen and (max-width: 768px) {.news_main div {border-bottom:none;}}
.news_main div a{color:#25B3F5;text-decoration:underline;}
.news_main div img{max-width:100%;height:auto;}

.news_more{margin-top:30px;width:100%;border-top:1px dotted #e5e5e5;padding-top:15px;}
.news_more>em{font-size:18px;display:block;text-transform:capitalize;color:#333;}
.news_more li{margin:10px 20px 10px 0;padding:0; width:31.3%}
.news_more li:nth-child(3n+1){margin-right:0;}
@media only screen and (max-width: 768px) {
    .news_more li {margin:10px 0;padding:0 10px;}
    .news_more li {width:50%;}
}

.news_more li a{border:1px solid #d9d9d9;display:inline-block;padding:8px;border-radius:5px;max-width:100%;}
.news_more li a em{display:block;margin-top:5px;color:#333;overflow:hidden;max-height:40px; line-height:20px;}
.news_more li a:hover em,.news_more li a{color:#25B3F5;text-decoration:none;}
.news_more li a img{max-width:100%;height:auto;}
.news_more li a:hover{border:1px solid #ccc;box-shadow:0 0 5px 2px #f2f2f2;}

/*page-turning*/
.page_turn{margin-top:15px;}
@media only screen and (max-width: 768px) {.page_turn{padding-top:10px;border-top:1px dotted #e5e5e5;}}
.page_turn li{display:block;margin-bottom:10px;}
.page_turn li p{display:inline-block;color:#25b3f5;font-size:13px;text-transform:capitalize;margin-bottom:0;}
.page_turn li a{display:inline-block;color:#333;font-size:13px;margin-left:10px;text-transform:capitalize;}
.page_turn li a:hover{text-decoration:underline;color:#25b3f5;}

.relatedTags{width:100%;background:#f2f2f2;line-height:20px;margin:20px 0 10px 0;padding:5px 2%;overflow:hidden;}
.relatedTags p{margin-right:10px;float:left;overflow:hidden;margin-bottom:0;font-size:14px;color:#25b3f5;}
@media only screen and (max-width: 768px) {.relatedTags p{width:100%;}}


/*sitemap*/
.sitemap{ margin-top:10px}
.stp-listA>li{border:1px solid #cfcfcf;border-radius:5px;text-transform:capitalize;margin-bottom:15px;}
.stp-top{width:100%;height:34px;line-height:34px;border-bottom:1px solid #cfcfcf;}
.stp-top a{padding:0 10px;font-size:14px;font-family:Tahoma, Geneva, sans-serif;font-weight:bold;text-transform:capitalize;}
.stp-top a i{padding-left:10px;}
.stp-top a:hover{color:#f07300;}
.stp-listB{display:block;padding:10px;}
.stp-listB li{width:18%;margin-right:2%;float:left;padding:8px 0;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;}
.stp-listB li a{font-size:12px;line-height:22px;display:block;color:#4d4d4d;}
.stp-listB li:hover a{color:#c30505;text-decoration:underline;}

/*contact_us_web*/

.c_s_1{    text-transform: uppercase;
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
    color: #000;
}
.c_s_2{

    padding: 5px 0 10px 0;

    font-size: 14px;
    line-height:24px;
    color: gray;
}
.form-group{ float:left; width:46%; padding:0px 2% 0px 0px;}
.con_select{display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#input-group_2{ width:93%}
#input-group_3{ width:93%}


/*contact_us_right*/
.globalMainContent .aside {
    float: right;
    padding-bottom: 30px;
}
.globalMainContent .innerContent {
    position: relative;
    float: left;
    width: 100%;
}
.generalInformation {
    position: relative;
    float: left;
    width: 100%;
    background: #f2f2f2;
    border-radius: 3px;
    margin: 10px 0;
}
.aside .socialLinks {
    position: relative;
    float: left;
    width: 100%;
    background: #f2f2f2;
    border-radius: 3px;
    margin: 10px 0;    padding: 0 15px;
    /*padding-bottom: 40px;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;*/
    text-align: left;
}
.socialLinks .dropDown {
    margin: 0px;
    padding: 0px;
}
.socialLinks li {
    text-align: left;
    position: relative;
    float: none;
    display: inline-block;
    list-style: none;
    margin: 5px 5px 0 0;
}
.socialLinks li.tw a {
    background-position: 0 -100px;
}


.socialLinks li a{
    position: relative;
    float: left;
    text-align: left;
    text-indent: -9999px;
    background-image: url(../images/sprite_2.png);
    background-position: -61px -38px;
    width: 30px;
    height: 30px;
    overflow: hidden;
}
.socialLinks li.fb a {
    background-position: -35px -100px;
}
.socialLinks li.lin a {
    background-position: -139px -100px;
}
.socialLinks li.yt a {
    background-position: -174px -100px;
}
.socialLinks li.gp a {
    background-position: -70px -100px;
}
.socialLinks li.tum a {
    background-position: -1px -339px;
}

.generalInformation .generalInformationContent h3 {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    color: #000; margin: 5px 0;
    padding: 10px 0 0px 0px;
}
.generalInformation .generalInformationContent .item p {
    position: relative;
    float: left;
    padding: 0px 10px 0 0;
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
}
.aside .socialLinks p.ico {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    font-weight: bold;
    margin: 5px 0;
    padding: 10px 0 0px 0px;
}
.globalLocations .dropDownLocation p.titleFindLocation {
    font-weight: bold;
    padding: 10px 0 0 0;
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}
.generalInformation:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 10px;
    /*background: url(../images/sprite_2.png) -95px -39px no-repeat;*/
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.generalInformation1:after{content: "\f041"; background:none;    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit; width:inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;    font-size: 28px;
    text-align: right;
    color: #BFBFBF;}
.generalInformation2:after{content: "\f003"; background:none;    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit; width:inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;    font-size: 28px;
    text-align: right;
    color: #BFBFBF;}
.c_envo{ font-size:28px; text-align:right; color:#BFBFBF}

/*生产制造*/
.manufac_t{ font-size:20px; font-weight:bold; color:#222; text-align:center}
.manufac_contact{ background:#f9f8f6; padding:20px 0px}
.manufac_contact>P{ font-size:20px; color:#222; font-weight:bold; text-align:center; margin-bottom:10px;}
.manufacturing_m ul li p a{ font-size:14px; color:#222; font-weight:bold}
.manufacturing_m ul li{ width:33%; float:left; padding:0px 2%; margin:8px 0px; min-height:381px}
.manufacturing_m ul li a img{ width:100%}

@media(max-width:480px){.manufacturing_m ul li{ width:100%;}}

/*质量检测*/
.logistics_center_title{ font-size:20px; color:#222; text-transform:uppercase; text-align:center}
.logistics_center_content{ border-bottom:1px solid #f8f8f8; padding:10px 0px}

.search_job_title{ font-size:16px; color:#fff; font-weight:bold; display:block; height:40px; width:100%; background:#f15d22; line-height:40px; border-radius:5px; padding-left:10px;}
.search_job_m{ background:#f2f2f2; padding:5% 2%; margin-top:-5px}
.search_job{ margin-bottom:20px}
.search_jop_s{border: 1px  solid #F15D22;background:#fff; height:30px;}

.txt_search_input {
    line-height:29px;
    outline:none;
    color: #646262; width:90%; padding-left:2%; color:#979696;  border:none}
/*.search_button{ width:25px; height:26px; background:url(../images/s_b.png) no-repeat 1px 3px; border:none; float:right;}*/


.search_jop_s_2 ul {

    padding: 0px 20px 10px 20px;
    margin: 0px;
}
.search_jop_s_2 ul li
{position: relative;
    float: left;
    list-style: none;
    margin: 10px 0 0 0px;
    padding: 10px 0 0 0;
    border-top: 2px solid #e6e6e6;}


.search_jop_s_2 ul li a {
    position: relative;
    float: left;
    padding: 0px;
    margin: 0px;
}
.search_jop_s_2 ul li .date {
    position: absolute;

    left: 0px;
    width: 95px;
    /*height: 52px; */
    padding:5px;
    background-color: #e80033;
    border-radius: 3px;
    text-align: center;
}
.search_jop_s_2 ul li .date p{color:#fff; font-weight:bold; font-size:14px; line-height:20px;}
.search_jop_s_2 ul li .info {
    position: relative;
    float: left;
    margin: 0px 0 0 106px;
    min-height: 40px;
}
.search_jop_s_2 ul li .info p {
    position: relative;
    float: left;
    padding: 5px 0px;
    margin: 0px;

    line-height: 21px;
    color: #000;
}
.logis_cli{ padding:2% 0px; background:#f4f4f4}



.logis_cli_m_left>p{ font-size:20px; text-transform:uppercase; font-weight:bold}
.logis_cli_m_left>div{ font-size:14px; line-height:24px; margin-top:10px;}
.logis_cli_m_2{ background:#fff}
.logis_cli_m_2{margin-top:30px;}
.logis_cli_m_right img{ width:100%}

/*质量监控*/
/*in_about*/
.in_about{width:100%;  margin:50px auto}
.in_about_left{ padding:0px;}

.in_about_left .in_about_left_t,.in_news_t{color:#646666; font-size:40px; font-family:Arial, Helvetica, sans-serif; text-transform:capitalize}
.in_about_left p{line-height:24px; height:100%; overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 11;-webkit-box-orient: vertical; margin-top:10px;}
.in_about_left p>a{color:#717474; font-size:20px; display:block; margin-bottom:13px;}
.more1{color:#fff; background:#0160BA; font-size:12px; border-radius:14px; text-transform:capitalize; margin-top:10px; margin-bottom:10px; display:block; text-align:center; width:24%}
.in_about_rigth{ padding:0px;}
.in_about_rigth>a{display:inline-block; float:left}

.in_about_rigth>a img{max-width:100%; max-height:100%; float:left; padding:0px 13px 0px 0px;}



/*in_benefits*/
.quality_2{ width:100%; background:#f5f4f4; margin:20px 0px; padding:10px 0px 20px 0px}
.in_benefits_t {
    font-family:Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #646666;

    font-size: 30px; padding:20px 0px;}

.in_benefits{width:100%; max-width:1050px; margin:7px auto 0; text-align:center}
.in_benefits_menu_l{position:relative;width:365px;}
.in_benefits_menu_l .in_benefits_menu_l_img{width:40%; height:436px; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px}
.in_benefits_menu_l .in_benefits_menu_l_img li{float:left;}
.in_benefits_menu_l .in_benefits_menu_l_img a{display:block;width:365px; height:436px;}
.in_benefits_menu_l .in_benefits_menu_l_img a img{display:block; width:100%; height:auto; max-width:365px; max-height:436px;}
.og_prev,.og_next{ width:26px; height:45px;  position:absolute; top:45%; z-index:99; cursor:pointer; opacity:0;-moz-opacity:0;filter:alpha(opacity=0);}
.in_benefits_menu_l:hover .og_prev,.in_benefits_menu_l:hover .og_next{opacity:1;-moz-opacity:1;filter:alpha(opacity=100);}
/*.og_prev{ background:url(../images/prev_b.png) no-repeat; left:0;}*/

/*.og_next{ right:0;background:url(../images/next_b.png) no-repeat;}*/

.in_benefits_menu_r{width:58%; text-align:left}
@media(max-width:1000px){.in_benefits_menu_l .in_benefits_menu_l_img{ display:none}
    .in_benefits_menu_r{ width:100%; padding:0px 2%}

}
.in_benefits_menu_r li{color:#646666; font-weight:bold; font-size:16px; line-height:24px;text-align:left; clear:both; margin-bottom:18px}
.in_benefits_menu_r li i{display: inline-block;text-align: left;margin-right: 14px; font-size:26px; color:#83C327; float:left}
.quality_3{ margin-top:2%; margin-bottom:2%}
/*.quality_3_left>p{ font-size:24px; text-transform:uppercase; font-weight:bold}*/
.quality_3_right img{ width:100%}

/*products_web*/
.products_l_l{ width:74%; padding-right:2%}
.products_l_l>a{ float:left}
.products_l_l a img{max-width:100%; max-width:170px; height:170px; margin-right:25px}
.products_l_l>p>a{ font-size:14px; font-weight:bold;display: inline-block;
    margin-bottom: 5px;}
.products_l_l>p{ font-size:12px; line-height:22px;}
.products_l_r{ width:23%; float:right; margin-top:5px}
.down{ margin:10px 0px;    padding-left: 10px;}
.down>span{ display:inline-block; width:29%; color:#777}
.down a img{ width:35px; vertical-align:middle; margin-right:8px}
.down a{ color:#222}
.down_2{ display:block; width:70%; height:32px; background:#ffb033; color:#fff; font-weight:bold; text-align:center; line-height:30px; float:left}
.down_2:hover{ background:#f79802}
.down_3{ font-size:20px; color:#13adf4; float:left; margin-left:10px;}
.products_web>ul>li{ margin:10px 0px; background:#f2f3f3; padding:1% 1% 0px 1%}
.down_2 i{ margin-right:4px}
.down_3 i img{ margin-top:10px;}


@media(max-width:580px){.products_l_l{ width:100%}
    .products_l_r{ width:100%; margin-bottom:20px;}

    @media(max-width:380px){.products_l_l a img{ width:100%}}

}

/*products_web*/
/*products*/
.products .pro_img{ padding:0px;}
.products .pro_img>a img {max-width:100%;max-height:100%;height:auto;width:100%;}
.products .pro_img .pro_simples{border-top:1px dotted #e5e5e5;padding:5px;background:#fafafa;}
.products .pro_img .pro_simples>a img{max-width:60px;margin:5px;}

.products .pro_table{float:right;margin-top:10px; width:59.5%;}
.pro_table em{font-family:Arial, Helvetica, sans-serif;font-size:20px;overflow:hidden;max-height:44px;display:block;text-transform:capitalize; }
.pro_table>p{color:#808080;overflow:hidden; line-height:24px;}
.pro_table ul{border-top:1px dotted #0160BA;margin-top:10px;}
.pro_table ul li{margin:10px 0;padding-left:10px;font-size:14px;}
.pro_table ul li p{display:inline-block;margin-right:10px;font-size:13px; vertical-align:middle;margin-bottom:0;width: 28%;    color: #777;}
.pro_table .pro_more{background:#fa860a;padding:5px 15px;text-transform:uppercase;color:#fff;margin-top:15px;display:inline-block;border-radius:5px; margin-bottom:20px;}
.pro_more i{ margin-right:5px}
.pro_table .pro_more:hover{background:#0160BA;text-decoration:none;box-shadow:0 0 5px 1px #ccc;}

/*page-turning*/
.page_turn{margin-top:15px;}
@media only screen and (max-width: 768px) {.page_turn{padding-top:10px;border-top:1px dotted #e5e5e5;}.products .pro_table{ float:none;}}
@media only screen and (max-width: 767px) {.products .pro_img{ float:none}.products .pro_table{ float:none; width:100%}}
.page_turn li{display:block;margin-bottom:10px;}
.page_turn li p{display:inline-block;color:#1268bf;font-size:13px;text-transform:capitalize;margin-bottom:0;}
.page_turn li a{display:inline-block;color:#333;font-size:13px;margin-left:10px;text-transform:capitalize;}
.page_turn li a:hover{text-decoration:underline;color:#0160BA;}

.relatedTags{width:100%;background:#f2f2f2;line-height:20px;margin:20px 0 10px 0;padding:5px 2%;overflow:hidden;border-bottom: 1px solid #aaa;}
.relatedTags p{margin-right:10px;float:left;overflow:hidden;margin-bottom:0;font-size:14px;color:#0146ab;}
@media only screen and (max-width: 768px) {.relatedTags p{width:100%;}}
.re_main{width:85%;display:block;float:left;}
.re_main a{margin-right:15px;color:#4c4c4c;text-transform:capitalize;}
.relatedTags a:hover{color:#0146ab;text-decoration:underline;}
.reProTitle{width:100%;border-bottom:2px solid #1996e6;}
.reProTitle p{color:#1a1a1a;font-weight:bold;font-size:16px;margin-top:30px;}

.pro_inquiry{margin-top:30px;background:#fafafa;border-radius:5px;padding:15px 22px;box-shadow:0 0 7px 1px #e5e5e5;}
.pro_inquiry .page_title em{display:block;font-size:20px;font-family:Arial, Helvetica, sans-serif;margin-bottom:10px;color:#333;}
.pro_inquiry .page_title i{color:#333;}
.pro_inquiry .column_box{background:transparent;}

.pro_inquiry .column_box>ul>p{font-size:15px; font-weight:bold;margin-bottom:20px;width:99%;padding:5px;background:#ebebeb;}
.pro_inquiry .inquiry_left{width:100%;padding-right:1%;border-right:1px dotted #e5e5e5;}
.pro_inquiry ul>span{margin:15px 0;text-transform:capitalize;display:block; font-weight:bold; font-size:14px;}
.pro_inquiry ul>span>p{display:inline-block;margin-right:10px;margin-bottom:0;}
.pro_inquiry ul li{margin:10px 0;text-transform:capitalize;display:block; vertical-align:middle;}
.pro_inquiry ul label{display:block;margin-bottom:0;font-weight:normal;}
.pro_inquiry ul .meInput{border:1px solid #ccc;height:30px;width:60%;padding:0 5px;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.pro_inquiry ul .meInput:focus{border:1px solid #0146ab;}
@media(max-width:768px){.pro_inquiry ul .meInput{ width:100%}}
.pro_inquiry ul .meText{border:1px solid #ccc;height:160px;max-height:180px;max-width:100%;width:79.5%;padding:5px;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.pro_inquiry ul .meText:focus{border:1px solid #0146ab;}
@media(max-width:768px){.pro_inquiry ul .meText{ width:100%}}
.pro_inquiry ul li .meYzm{width:20%;}
.pro_inquiry ul li .meYzm:focus{border:1px solid #0146ab;}
.pro_inquiry .send{	padding:6px 20px;
    border-radius:5px;
    background:#0160BA; color:#fff;
    display:inline-block;
    text-transform:capitalize;

    font-size:14px;
}
.pro_inquiry .send:hover{
    color:#fff;
    text-decoration:none;
    box-shadow:0 0 5px 1px #e5e5e5;

    background:red;
}
.pro_inquiry ul .prom_radio{display:inline-block;vertical-align:middle;}
.pro_inquiry ul .prom_radio label{display:block;cursor:pointer;padding:5px; vertical-align:middle;font-weight:normal;}
.pro_inquiry ul input[type="radio"], input[type="checkbox"]{margin:0 5px 0 0;cursor:pointer;}
.pro_inquiry ul .prom_radio label:hover{background:#f2f2f2;}
.pro_inquiry ul fieldset{margin-top:20px;margin-bottom:-5px;}
.pro_inquiry ul fieldset p{display:inline-block;margin-right:10px;vertical-align:middle;margin-bottom:0;}
.pro_inquiry ul fieldset #form1{display:inline-block; vertical-align:middle;}



/*详情页切换*/

#select{  margin: 0 auto;border-bottom:1px solid #5e5e5e;
    height:32px}
#select>li{
    border-top:1px solid  #0160BA;
    border-left:1px solid  #0160BA;
    border-right:1px solid  #0160BA;

    display: inline;
    float: left;
    height:31px;
    line-height: 31px;
    margin: 1px 6px 0 0px ;
    text-align: center; padding:0px 2%; border-top-left-radius:5px; border-top-right-radius:5px;
}


.marriage_content{ margin-top:3px; }


.form_content{ margin-top:3px; }


.private_content{ margin-top:3px; display:none;}


#select>li>a{

    display: block;
    height:31px;
    width: 208px; font-size:14px;}



.select_m{ display:none}

#on_fix{ position:fixed; top:300px; right:20px;}

.arrs {
    background:#fff;
    color:#524f4f;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 31px;

}

.hovers {
    background:#0160BA;
    color: #fff;
    font-size: 16px;
    height: 31px;

}
.fontRed{ color:red}
.ser{ margin:10px ; font-size:13px; display:inline-block; margin-right:177px; float:right}
.ser>a{font-size:13px;}


/*blog*/
/*blog*/
.main_page_blog{ background:#F9F9F9; }
.blog_right{ width:295px; margin:20px 0px;}
.bolg_list>p{ font:24px/24px 'Oswald', sans-serif; color:#9bc942; margin:25px 0px 5px 0px;}
.bolg_list ul li a:hover{ color:#9BC942}
.bolg_list ul li { line-height:35px; border-bottom:1px dotted #eeeeee}

.blog_left_m{background:#fff; margin-bottom:20px; }
.entry-title a{font-size:24px;
    line-height: 34px;
    margin-bottom: 10px; color:#444; margin-top:10px}
.entry-title {font-size:24px;
    line-height: 34px;
    margin-bottom: 10px; color:#444; margin-top:10px}

.entry-meta {
    border-bottom: 1px dotted #eee;
    font-size: 11px;
    margin:10px 0 14px;

}
@media( max-width:468px){.entry-title{ font-size:16px}}
.entry-content div,.entry-content p{ font:12px/24px Arial, Helvetica, sans-serif; color:#524f4f}
.entry-content a{ color:#C30505; margin:0px 3px}
.entry-content a:hover{ text-decoration:underline}
.cat-links{ margin-right:4px;}



#loop-nav-numeric a, #loop-nav-next-prev a, #loop-nav-singlular-post a, #loop-nav-singular a, #comments-nav-below a, .page-link a span, .page-link span, .nav-numeric span {
    background-color:#048fdf;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 10px 15px;
}

.nopassword, .nocomments {
    color: #aaa;
    font-family:Arial, Helvetica, sans-serif; margin:10px 0px;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
}
#loop-nav-numeric a:hover, #loop-nav-next-prev a:hover, #loop-nav-singlular-post a:hover, #loop-nav-singular a:hover, #comments-nav-below a:hover, .page-link a:hover, .page-link a span:hover {
    background-color: #027cc2;
}

/*blog*/
#blog_left h4{ margin-bottom:10px;}
.blog_left_one ul>li{ border-bottom:1px dashed #eee}
.blog_left_one ul>li>a{ font:14px/22px Arial, Helvetica, sans-serif; color:#524f4f}
.blog_left_one ul>li>a:hover{ color:#227e8e}
.blog_left_one ul>li i{ font-size:14px; margin-right:5px;}
.blog_left_one ul>li{padding:5px 0px}


#blog_left_list>ul{ background:#f2f2f2}
#blog_left_list>ul>li>a{ color:#706f6f; font-weight:normal}
#blog_left_list>ul>li>i{ color:#706f6f}
#blog_left_list>ul>li{ border-bottom:1px dotted #CCCCCC}

@media ( max-width:360px){.loop-nav-next{ width:100%}

    .loop-nav-previous a{ width:100%;}
}


/*Search*/
.search_w_1{ font-size:18px; font-weight:bold; margin:10px 0px;}
.search_2{ float:left; width:50%}
.search_2 p{ font-weight:bold; font-size:14px;}
.search_2 ul li i{ font-size:16px; color:#d9d9d9; margin-right:3px;}
.search_2 ul li{ margin:5px 0px}
.search_2 ul li a{ font-size:14px; color:#222}
.search_3{ width:100%; background:#f0f1f2}

/*search*/
.search_3{ margin-top:20px; padding:20px 20px; }


.searchbar-form .search-key-box {
    position: relative;
    width: auto;
    overflow: hidden;
    height:40px;
    padding: 0 0 0 15px;
    border: 1px solid #cbcbcb;
    border-right: 0 none;
    border-radius: 3px 0 0 3px; width:80%; float:left; background:#fff;
}
.searchbar-form .search-key-box input {
    position: relative;
    display: block; color:#939495;


    padding: 11px 10px 11px 0;
    line-height: 18px;
    font-size: 13px;
    border: 0 none;
    font-family: arial
}

.searchbar-form .search-category {
    position: relative;
    height:38px;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb
}
.searchbar-form .search-category:after {
    content: '';
    position: absolute;
    top: 16px;
    right: 15px;
    width: 8px;
    height: 5px;
    overflow: hidden;
    background:url(../images/b_bg.png) no-repeat;
    z-index: 2
}
.searchbar-form .search-cate-title {
    position: relative;
    padding: 0 33px 0 15px;
    height: 38px;
    cursor: pointer;
    border-left: 1px solid #eee;
    overflow: hidden
}
.searchbar-form .search-category-value {
    position: relative;
    display: block;
    width: 90px;
    overflow: hidden;
    font-size: 13px;
    color: #666;
    cursor: pointer;
    padding-top: 10px;
    white-space: nowrap
}
.searchbar-form .search-cate {
    position: absolute;
    top: 0;
    left: 0;
    min-width:110px;
    height: 38px;
    font-family: arial;
    opacity: 0;
    outline: 0 none;
    cursor: pointer;
    visibility: visible;
    z-index: 3;
    filter: Alpha(opacity=0);border:1px solid #ccc; background:#fff
}
.searchbar-form .search-cate option {
    padding: 3px 0 3px 5px;width:115px;
}
.searchbar-form .search-button {
    padding: 0;
    border: 0 none
}

.searchbar-form .header-search-btn button {
    padding: 0 10px;
    height: 40px;
    line-height: 40px
}
.searchbar-form .search-in-aliexpress {
    background-color: #E62E04;
    border: 1px solid #E62E04;
    color: #fff
}
.searchbar-form .search-in-store {
    background-color: #FFF0EB;
    border: 1px solid #E62E04;
    color: #E62E04;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.searchbar-form .search-button {

    z-index: 5;
    right: 0;
    top: 0;
    width: 50px;
    height: 40px;
    /*background:url(../images/button.png) no-repeat;*/

}
.me-header .searchbar-form .search-button {
    width: 50px;
    height: 30px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #fff;
    border: 1px solid #999;
    border-left: none;
    background-position: center -388px
}
.searchbar-form .ios-search-cate .search-cate-title {
    height: 25px;
    line-height: 23px;
    margin-top: 7px
}
.searchbar-form .ios-search-cate .search-category-value {
    padding-top: 0
}
.searchbar-form .ios-search-cate .search-cate {
    top: 7px;
    height: 25px
}
.me-header .search-box {
    text-align: right;
    margin-top: 2px
}
.me-header .search-box .search-key {
    width: 300px;
    height: 30px;
    line-height: 30px\9;
    padding-left: 5px;
    text-align: left;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #999
}

.question i{ font-size:20px; color:#159be8; margin-right:5px;}
.question{ font-size:12px; color:#222; margin:10px 0px;}
.question a:hover{ color:#F90}

.search_m>p{ font-size:16px; color:#222; font-weight:bold; margin:20px 0px;}

.btn_02 {
    background: #0260bf none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 0 5px;
    padding: 0 20px;
}
.in_title_3{ font-size:12px; line-height:24px; margin-bottom:35px;}
.nav{  }
.inquiry_web span{ font-size:18px;}
.mainbaoxie{ width:100%; background:#F3F3F3; height:38px; line-height:38px; margin-bottom:20px;}

.pro_img #product_detail_img{width:360px}
.pro_img{ width:360px;}
.service_left{ margin:20px 0px;}
.pro_info{ margin:10px 0px;}

.in_header a{
    position:absolute;top: 10px;}

#select li.pro_shareW{ float:right;    border-radius: 0;
    border: none;
    padding: 0;
    text-align: right; margin:0}

.pro_share ul {     line-height: 0;}
.pro_share ul li{ display:inline-block;max-width:30px; height:auto; max-height:30px; margin-left:8px}
.pro_share ul li a{ display:block; max-width:30px; cursor:pointer}
.pro_share ul li a img{  max-width:30px; max-height:30px;}
@media ( max-width: 885px){.in_header a{  top: 15px;}

}
@media ( max-width: 768px){.in_header a{ left: 0px;}.drop { float:right}

}
@media ( max-width: 380px){.drop { float:none}.in_header a{position: inherit;}

}
/*.grower{ width:11px; height:21px; background:url(../images/er_down.png) no-repeat center center; display:block; float:right; cursor:pointer}*/




/*可持续发展*/
.bandHeader {
    padding-top: 40px;
    padding-bottom: 40px;
}
.bandHeader .bandHeaderContent ,.page_development2 .bandHeaderContent,.page_development3 .bandHeaderContent,.page_personnel2 .bandHeaderContent{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
}
.bandHeader .bandHeaderContent h2  ,.page_development2 .bandHeaderContent h2,.page_development3 .bandHeaderContent h2,.page_personnel2 .bandHeaderContent h2{
    text-transform: uppercase;
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
    color: #000;
    padding: 10px 0;
    margin: 0px;
}

.bandHeader .bandHeaderContent p ,.page_development2 .bandHeaderContent p,.page_personnel2 .bandHeaderContent p{
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    margin: 0px;
}

.feature {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
    margin: 0px;
    margin-top: 3%;
}
@media (max-width: 784px) {
    .feature {
        margin-top: 14%;
    }}
.feature .featureContent {
    max-width: 1296px;
    float: none;
    display: inline-block;
}

.feature .featureContent .featureInnerContent {
    position: relative;
    float: none;
    width: 270px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 40px 0;
    padding: 0 15px;
}
.feature .featureContent .featureInnerContent .imgContent {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 0 10px 0;
    border: 2px solid #e80033;
    display: inline-block;
    position: relative;
    float: none;
}
.feature .featureContent .featureInnerContent .imgContent img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    outline: none;
    border: 0px;
    min-height: 100%;
}

.feature .featureContent .featureInnerContent .imgContent a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.feature .featureContent .featureInnerContent h3 {
    color: #e80033;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}

.feature .featureContent .featureInnerContent h3 a {
    color: inherit;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.feature .featureContent .featureInnerContent p {
    font-size: 18px;

    line-height: 22px;
    color: #000;
    padding: 0px;
    margin: 0px;
}

.feature .featureContent .featureInnerContent p a {
    font-size: 16px;

    line-height: 22px;
    color: inherit;
}


.page_development2{ width:100%; background:#ED8B00; padding:40px 0 60px;}
.page_development2_list li{margin-top: 25px;}
.page_development2_list li a{ display:block; width:100%;}
.page_development2_list li a img{width:100%; max-width:100%; height:auto}
.page_development2_list li p{ color:#fff; line-height:22px; font-size:16px; margin-top:10px; overflow:hidden; max-height:110px;}
.page_development3{ margin-top:45px;}
.newsInnerContentBand{ margin-top:15px;}
.newsContentBand .newsInnerContentBand {
    float: none;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}
.newsContentBand .newsInnerContentBand .globalContentBand {
    padding-left: 0px;
    padding-right: 0px;
}

.storyList {
    margin: 10px 0 20px 0;
    padding: 0px;
}
.storyList .storyListItem {
    position: relative;
    float: left;
    margin: 6px 0 20px 0;
    padding: 0px;
    text-align: left;
    min-height: 160px;
    width: 100%;
}
.storyList .storyListItem .newsBandimg {
    border: 2px solid #fd4919;
    background-color: #fd4919;
    height: 160px;
    width: 160px;
    border-radius: 100%;
    position: absolute;
    overflow: hidden;
}
.storyList .storyListItem .newsBandimg img {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    outline: none;
    border: 0px;
    min-height: 100%;
}
.storyList .storyListItem .newsBandimg a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -99999px;
    z-index: 1;
}

.storyList .storyListItem .newsItemsDescription {
    position: relative;
    float: left;
    width: 100%;
    padding: 14px 0 0 180px;
    margin: 0 0 10px 0;
}

.storyList .storyListItem .newsItemsDescription h3 {
    color: #000;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    text-transform: none;
    margin-top: 0px;
}
.storyList .storyListItem .newsItemsDescription h3 a {
    color: #000;
    text-decoration: none;    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.storyList .storyListItem .newsItemsDescription p {
    color: #333;
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 24px;
}

.storyList .storyListItem p a {
    color: #fd4919;
    font-weight: bold; font-size:16px
}
@media (max-width: 767px) {
    .storyList {
        margin: 10px 0 20px 0;
    }}

@media (max-width: 767px){
    .storyList .storyListItem {
        text-align: center;
    }}

@media (max-width: 767px){
    .storyList .storyListItem .newsBandimg {
        position: relative;
        float: none;
        clear: both;
        margin: auto;
    }}
@media (max-width: 767px){
    .newsContentBand .newsInnerContentBand .globalContentBand .storyList .storyListItem .newsItemsDescription {
        padding: 14px 0 0 0px;
    }}

.page_development4{ background:#F4F4F4; width:100%; margin-top:30px; padding:40px 0 60px;}

.page_development4_t{ color:#222;font-size: 26px;
    line-height: 31px; text-align:center;
    font-weight: bold; }

.page_development4_list{}
.page_development4_list li{ margin-top:25px;}
.page_development4_list li .page_development4_list_img{ position:relative;}
.page_development4_list li .page_development4_list_img a{ display:block; width:100%;}
.page_development4_list li .page_development4_list_img a img{width:100%; max-width:100%;}
.page_development4_list_img_t{ position:absolute; bottom:8px; left:0px; background:rgba(0,0,0,0.3); padding:13px 10px 8px;}
.page_development4_list_img_t span{ display:inline-block; font-size:16px; color:#fff; overflow:hidden; width:76%;    vertical-align: middle;}
.page_development4_list_img_t i{ font-size:16px; color:#fff; vertical-align:middle}
.page_development4_list_w a{ color:#222; font-size:16px; font-weight:bold; line-height:24px; display:block; margin-top:10px;}
.page_development4_list_w p{ font-size:15px; overflow:hidden; line-height:22px; color:#555; max-height:66px; margin-top:10px;}


/*	人才中心*/
/*.page_personnel1{ width:100%; background:url(../images/about_img.jpg) no-repeat;  padding:40px 0; margin-top:25px;}*/
.page_personnel1_right{ float:right; width:46%}
.page_personnel1_right .page_personnel1_right_t p{ color:#333; font-size:22px; margin-bottom:10px; text-transform:uppercase;}
.page_personnel1_right .page_personnel1_right_t span{ display:block; text-transform:uppercase; font-size:24px; color:#fd4919; font-weight:bold;}
.page_personnel1_right>p{ line-height:24px; font-size:14px; color:#555; margin-top:20px;}

@media (max-width: 1024px){
    .page_personnel1{ background-size:cover; background-attachment:fixed;
    }
    .page_personnel1_right{ float:none; width:100%}
}
.page_personnel2{ margin-top:45px;}


.page_personnel2 .tabsContainer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px 0px;
    margin: 0px;
    text-align: center;
    background-color: #f2f2f2;
}

.page_personnel2 .tabsContainerContent {
    position: relative;
    float: none;
    display: inline-block;
    padding-top: 30px;

    margin: 0px;
    text-align: left;
}
.page_personnel2 .tabsContainer{ margin-top:10px;}
.page_personnel2 .tabsContainerContent .tabItem:first-child {
    display: block;
}
.page_personnel2 .tabsContainerContent .tabItem .tabItemContent {
    position: relative;
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 25px;
}
.page_personnel2 .tabsContainerContent .tabItem .tabItemContent ul {
    position: relative;
    float: left;
    padding: 10px 0px;
    margin: 0px 0 0 0px;
    width: 100%;
}
.page_personnel2 .tabsContainerContent .tabItem .tabItemContent ul li {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 5px 30px 5px 0px;
    margin: 10px 0;
    list-style: none;
    font-size: 18px;
    line-height: 25px;
}
.page_personnel2 .tabsContainerContent .tabItem .tabItemContent ul li:nth-child(3n+1) {
    clear: left;
}
.page_personnel2 .tabsContainerContent .tabItem .tabItemContent ul li h5 {
    position: relative;
    float: none;
    display: inline;
    padding: 0 25px 0 0;
    margin: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}
.page_personnel2 .tabsContainerContent .tabItem .tabItemContent ul li h5:after {font: normal normal normal 14px/1 FontAwesome;
    width: 32px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    position: absolute;
    right: 0px;
    bottom: 2px;
    content: "\f138";

}
.page_personnel2 .tabsContainerContent .tabItem .tabItemContent ul li p {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

.page_personnel2 .tabsContainerContent .tabItem .tabItemContent ul li a.link {
    position: absolute;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 100%;    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 21px; display:inline-block; float:none;
    height: 100%;
    text-indent: -99999px;
}


@media (max-width: 627px){
    .page_personnel2 .tabsContainerContent .tabItem .tabItemContent ul li{ width:48%}
}

@media (max-width: 425px){
    .page_personnel2 .tabsContainerContent .tabItem .tabItemContent ul li{ width:100%}
}

.page_personnel3{width:100%; margin:0 auto;}
.page_personnel3 .page_personnel3_t{ text-align:center;
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
    color: #000;
    padding: 10px 0;
    margin: 0px 0 15px 0;}
.page_personnel3_m{}
/*#flexiselDemo4{ display:none}*/

.page_personnel3_m ul li .page_personnel3_m_l{ float:left; width:50%;}
.page_personnel3_m ul .nbs-flexisel-item .page_personnel3_m_l img{width:100%; max-width:100%; height:auto; max-width:inherit; max-height:inherit; margin:0}
.page_personnel3_m ul li .page_personnel3_m_r{ float:left; width:50%; background:#222; padding:20px; height:369px;}
.page_personnel3_m ul li .page_personnel3_m_r p{ color:#fff; line-height:32px; font-size:18px; font-weight:bold; margin-top:50px;}
.page_personnel3_m .nbs-flexisel-ul{ text-align:left}
@media (max-width: 1024px){
    .page_personnel3_m ul li .page_personnel3_m_r{padding:40px 40px 30px}.page_personnel3_m ul li .page_personnel3_m_r p{line-height:26px; font-size:15px;}

}
@media (max-width: 896px){
    .page_personnel3_m ul li .page_personnel3_m_r{padding:20px 20px 10px}.page_personnel3_m ul li .page_personnel3_m_r p{line-height:24px; font-size:14px; font-weight:normal}

}
@media (max-width: 767px){
    .page_personnel3_m ul li .page_personnel3_m_r{padding:10px}.page_personnel3_m ul li .page_personnel3_m_r p{line-height:22px; font-size:14px; font-weight:normal}

}
@media (max-width: 586px){
    .page_personnel3{display:none}

}

/*wapp_products*/

.page_personnel3_m ul .nbs-flexisel-item{float:left;margin:0px;padding:0px;cursor:pointer;position:relative;line-height:0px;background:#222;}

/*** Navigation ***/
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right{width:22px;height:22px;position:absolute;cursor:pointer;z-index:100;opacity:0.5;}
/*.page_personnel3_m .nbs-flexisel-nav-left{right: 46%;background:url(../images/button-previous.png) no-repeat;}*/
/*.page_personnel3_m .nbs-flexisel-nav-right{right:2%;background:url(../images/button-next.png) no-repeat;}*/




/*我们的服务*/

.simpleContentInnerContent {
    position: relative;
    float: left; text-align: left;
    width: 100%;
    margin: 10px 0;
    padding: 0 15px;
}
.simpleContentInnerContent .simpleContentRichText {
    position: relative;
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 25px;
}
.simpleContentInnerContent .simpleContentRichText h2 {
    position: relative;
    width: 100%;
    display: block;
    font-weight: bold;
    padding: 10px 0px;
    margin: 0px;
    font-size: 24px;
    line-height: 31px;
    text-transform: none;
}
.simpleContentInnerContent .simpleContentRichText p {
    font-size: 18px;
    line-height: 25px;
    padding: 10px 0px;
    margin: 0px 0 20px;
}



.marketDescriptionBand {
    background-color: #ED8B00;    margin: 0px 0;
    color: #000;    position: relative;
}
.marketDescriptionBand .marketDescriptionBandContent {
    padding: 20px 0;
    min-height: 500px;
    color: inherit;
}

.marketDescriptionBand .marketDescriptionBandContent .left {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: #f2f2f2;
    background-position: bottom left;
    background-size: cover;
}

.in_about{
    margin-top:130px;
}
.marketDescriptionBand .marketDescriptionBandContent .right {
    position: relative;
    float: right;
    padding: 35px 0 30px 45px;
    margin: 0px;
    text-align: left;
    color: inherit;
}
.marketDescriptionBand .marketDescriptionBandContent .right h2 {
    position: relative;
    float: left;
    font-size: 24px;
    line-height: 31px;
    color: inherit;
    width: 100%;
    padding: 20px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
}
.marketDescriptionBand .marketDescriptionBandContent .right p {
    font-size: 14px;
    line-height: 21px;
    color: inherit;
}

.newsItemsDescription_r{ background:#F2F2F2; padding:10px}
.newsItemsDescription_r li{ font-size:14px; color:#333; line-height:22px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; border-bottom:#e3e3e3 1px solid; padding-bottom:5px}
.newsItemsDescription_r li a{ display:block; font-size:13px; color:#333;  font-weight:bold}

@media (max-width: 768px){
    .newsItemsDescription_r{ width:100%; float:none; margin-top:25px}.newsItemsDescription_l{ float:none;}.newsItemsDescription_r li{width:100%;}
}


.addthis_toolbox{ position:absolute; left:0; top:638px; z-index:9999999999}
.addthis_toolbox>a{ float:none !important; display:block}


@media (max-width: 548px){
    .addthis_toolbox{ display:none}
}




.page_personnel3 img{ width:100%}


@media(max-width: 768px){.page_personnel3{ display:none}}

.page_personnel3_m_l img{ width:650px; height:369px; overflow:hidden}
*{margin:0;padding:0}
.banner{
    height: 480px;
    position: relative;
    overflow: hidden;
    text-align: center;
    width:100%;
    margin:0 auto
}
.banner .arrow{
    position:absolute;
    width:20px;
    height:37px;
    top: 50%;
    margin-top: -18px;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.banner #al{
    left:15px
}
.banner #ar{
    right:15px
}
.banner ul .slider-item {
    height:480px;
}


















